<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/test cases/common, branch thinlto</title>
<subtitle>github.com: mesonbuild/meson.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/'/>
<entry>
<title>Add thinlto support. Closes #7493.</title>
<updated>2020-11-07T20:02:32+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-11-07T14:00:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=fb2eda0274f67f501be1f11a3bc8cb497cefa10f'/>
<id>fb2eda0274f67f501be1f11a3bc8cb497cefa10f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Recommend to use SPDX license identifiers [skip ci]</title>
<updated>2020-11-05T19:28:12+00:00</updated>
<author>
<name>Michael Weiss</name>
<email>dev.primeos@gmail.com</email>
</author>
<published>2020-11-05T19:28:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=cc033e5476b40a97662f15af1736262371738e50'/>
<id>cc033e5476b40a97662f15af1736262371738e50</id>
<content type='text'>
Some license identifiers are ambiguous (e.g. "GPL3"). The SPDX license
identifiers avoid this by providing standardized and unique identifiers
(e.g. "GPL-3.0-only" or "GPL-3.0-or-later" for the previous example).

Because SPDX short-form identifiers are also both human- and
machine-readable we should recommend them in the documentation.

More information (advantages, details, etc.) can be found here:
- https://spdx.dev/resources/use/#identifiers
- https://spdx.dev/ids/

Fix #7905.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some license identifiers are ambiguous (e.g. "GPL3"). The SPDX license
identifiers avoid this by providing standardized and unique identifiers
(e.g. "GPL-3.0-only" or "GPL-3.0-or-later" for the previous example).

Because SPDX short-form identifiers are also both human- and
machine-readable we should recommend them in the documentation.

More information (advantages, details, etc.) can be found here:
- https://spdx.dev/resources/use/#identifiers
- https://spdx.dev/ids/

Fix #7905.</pre>
</div>
</content>
</entry>
<entry>
<title>Condense test directory names again.</title>
<updated>2020-11-03T19:05:20+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-11-02T17:23:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=9d1e747d17c75a288d0b58a8ac973dab1712afbf'/>
<id>9d1e747d17c75a288d0b58a8ac973dab1712afbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test case for "subproject:opt" in project()</title>
<updated>2020-10-16T21:42:24+00:00</updated>
<author>
<name>Xavier Claessens</name>
<email>xavier.claessens@collabora.com</email>
</author>
<published>2020-08-09T11:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=254b836bd49a10dd2cb4a91771398a8d08d59dda'/>
<id>254b836bd49a10dd2cb4a91771398a8d08d59dda</id>
<content type='text'>
This is regression test for #7573
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is regression test for #7573
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix consistency in variables kwarg</title>
<updated>2020-10-16T15:09:56+00:00</updated>
<author>
<name>Xavier Claessens</name>
<email>xavier.claessens@collabora.com</email>
</author>
<published>2020-10-15T13:56:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=bcf369ea3c6ac9d48759a9a11304a853dfdab5ff'/>
<id>bcf369ea3c6ac9d48759a9a11304a853dfdab5ff</id>
<content type='text'>
Share common code to extract the `variables` kwarg in
declare_dependency() and pkg.generate().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Share common code to extract the `variables` kwarg in
declare_dependency() and pkg.generate().
</pre>
</div>
</content>
</entry>
<entry>
<title>wrap: Use sub-subproject packagefiles</title>
<updated>2020-10-13T21:55:16+00:00</updated>
<author>
<name>Xavier Claessens</name>
<email>xavier.claessens@collabora.com</email>
</author>
<published>2020-08-29T22:02:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=a20d7ad67d3c876785901349cfc990e4bf31778b'/>
<id>a20d7ad67d3c876785901349cfc990e4bf31778b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge wraps from subprojects into wraps from main project</title>
<updated>2020-10-13T21:55:16+00:00</updated>
<author>
<name>Xavier Claessens</name>
<email>xavier.claessens@collabora.com</email>
</author>
<published>2020-04-13T18:35:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=6333ee88c1a243f28b3a7a9bce2dd003b541280a'/>
<id>6333ee88c1a243f28b3a7a9bce2dd003b541280a</id>
<content type='text'>
wraps from subprojects are now merged into the list of wraps from main
project, so they can be used to download dependencies of dependencies
instead of having to promote wraps manually. If multiple projects
provides the same wrap file, the first one to be configured wins.

This also fix usage of sub-subproject that don't have wrap files. We can
now configure B when its source tree is at
`subprojects/A/subprojects/B/`. This has the implication that we cannot
assume that subproject "foo" is at `self.subproject_dir / 'foo'` any
more.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wraps from subprojects are now merged into the list of wraps from main
project, so they can be used to download dependencies of dependencies
instead of having to promote wraps manually. If multiple projects
provides the same wrap file, the first one to be configured wins.

This also fix usage of sub-subproject that don't have wrap files. We can
now configure B when its source tree is at
`subprojects/A/subprojects/B/`. This has the implication that we cannot
assume that subproject "foo" is at `self.subproject_dir / 'foo'` any
more.
</pre>
</div>
</content>
</entry>
<entry>
<title>include_type: honor include_type in dependency fallbacks (fixes #7503)</title>
<updated>2020-10-13T20:51:25+00:00</updated>
<author>
<name>Daniel Mensinger</name>
<email>daniel@mensinger-ka.de</email>
</author>
<published>2020-10-13T14:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=e00df9046defea68ca449635d9ce3e849bc70807'/>
<id>e00df9046defea68ca449635d9ce3e849bc70807</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7740 from bonzini/fallback-false</title>
<updated>2020-10-12T14:50:14+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-10-12T14:50:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=aae23dfff3aa8269a07b6d42479a00923bf73c6e'/>
<id>aae23dfff3aa8269a07b6d42479a00923bf73c6e</id>
<content type='text'>
Allow blocking/forcing automatic subproject search</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow blocking/forcing automatic subproject search</pre>
</div>
</content>
</entry>
<entry>
<title>add test case for #6365</title>
<updated>2020-10-10T04:28:16+00:00</updated>
<author>
<name>Sahnvour</name>
<email>sahnvour@pm.me</email>
</author>
<published>2020-09-22T10:51:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=f80dcb4f3366b0c699b5c8de046041fd0a781183'/>
<id>f80dcb4f3366b0c699b5c8de046041fd0a781183</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
